home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcbzm.zip / ZMODEM.DOC < prev    next >
Text File  |  1993-01-06  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.                       PCBoard ZModem Protocol Driver v1.00
  5.                Copyright (C) 1993 Clark Development Company, Inc.
  6.                --------------------------------------------------
  7.  
  8.  
  9.     ******************************** NOTICE ********************************
  10.     *                                                                      *
  11.     * This software is still in the testing stages and is not deemed       *
  12.     * "stable" according to our standards.  Please use this with the       *
  13.     * understanding that something may not work correctly and that we are  *
  14.     * not responsible for any files that may be corrupted due to use of    *
  15.     * this driver.  If you do experience any problems, please report them  *
  16.     * to LOUIS ZIRKEL on the Salt Air BBS.                                 *
  17.     *                                                                      *
  18.     ************************************************************************
  19.  
  20.  
  21.     Features
  22.     --------
  23.     The ZModem Protocol Driver that we have developed includes many of the
  24.     features found in the DSZ ZModem Protocol Driver from Omen Technology.
  25.     There are some features, however, that are not included due to the fact
  26.     that Omen Technology charges a licensing fee for the "technology" used
  27.     in these extensions.  For this reason we have not included such
  28.     "technology" so we may offer this protocol driver to you at no
  29.     additional cost.
  30.  
  31.     You should find included in this ZIP archive, a copy of the PCBRZ.BAT
  32.     and PCBSZ.BAT files that will allow you to use this ZModem Driver with
  33.     your PCBoard BBS.  In looking at these files you'll find them extremely
  34.     easy to setup and use.  The two driver modules only require one
  35.     parameter, that being the file to be transferred or the path to be
  36.     transferred to.
  37.  
  38.     You should be aware that this driver is a drop in replacement.  You
  39.     simply need to copy the PCBRZ.BAT and PCBSZ.BAT files into the \PCB
  40.     directory along with the two executables.  This should be all you need
  41.     to do to get the ZModem driver to work.
  42.  
  43.     ZModem Send Module
  44.     ------------------
  45.     The ZModem Send Module is contained in the ZMSEND.EXE file.  This send
  46.     module includes the ability to send single files or a batch of files
  47.     using either 16-bit or 32-bit CRC checking.
  48.  
  49.     The PCBSZ.BAT file:
  50.  
  51.         @ECHO OFF
  52.         ZMSEND.EXE %3
  53.  
  54.  
  55.     ZModem Receive Module
  56.     ---------------------
  57.     The ZModem Receive Module is contained in the ZMRECV.EXE file.  This
  58.     receive module includes the ability to receive single file or batch
  59.     uploads using either 16-bit or 32-bit CRC checking.
  60.  
  61.     The PCBRZ.BAT file:
  62.  
  63.         @ECHO OFF
  64.         ZMRECV.EXE %3
  65.  
  66.  
  67.